home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / CMM3-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  63.4 KB  |  1,814 lines

  1. --
  2. --     cmm3-mib.txt
  3. --
  4. --      ********************************************************************
  5. --    Copyright 2003 (c) , Motorola, Inc.
  6. --      Motorola Confidential Proprietary
  7. --      ********************************************************************
  8. --
  9. --      Canopy CMM3 MIB definitions.
  10. --      
  11. --      ********************************************************************
  12. --    $Id: $
  13. --
  14. --      Revision History:
  15. --
  16. --      <Date>                  <Author>                <Changes>
  17. --      Nov/12/2002              Y.G                  Initial release.
  18. --    Mar/03/2003         Y.G               Add CMM config/status/GPS info
  19. --      Mar/02/2004         Y.G              Add port configuration/description
  20. --      ********************************************************************
  21.  
  22. CMM3-MIB   DEFINITIONS ::= BEGIN
  23. IMPORTS
  24.         MODULE-IDENTITY, OBJECT-TYPE,
  25.         Counter32, Gauge32, Counter64, IpAddress, NOTIFICATION-TYPE
  26.                 FROM SNMPv2-SMI
  27.         DisplayString
  28.                 FROM SNMPv2-TC
  29.         OBJECT-GROUP
  30.                 FROM SNMPv2-CONF
  31.         WhispLUID, WhispMACAddress,EventString
  32.                 FROM WHISP-TC-MIB
  33.         whispModules, whispBox, whispCMM
  34.                 FROM WHISP-GLOBAL-REG-MIB;
  35.  
  36. cmmIIIMibModule  MODULE-IDENTITY
  37.     LAST-UPDATED    "200305150000Z"
  38.     ORGANIZATION    "Motorola"
  39.     CONTACT-INFO
  40.         "Canopy Technical Support
  41.         email: technical-support@canopywireless.com"
  42.     DESCRIPTION
  43.         "This module contains CMM3 MIB definitions."
  44.     ::= {whispModules 15} 
  45.  
  46. ---------------------------------------------------------------------------
  47. -- Top Level Registrations
  48. cmmGroups         OBJECT IDENTIFIER ::= {whispCMM 1}
  49. cmmSwitch         OBJECT IDENTIFIER ::= {whispCMM 2}
  50. cmmConfig         OBJECT IDENTIFIER ::= {whispCMM 3}
  51. cmmStatus         OBJECT IDENTIFIER ::= {whispCMM 4}
  52. cmmGps             OBJECT IDENTIFIER ::= {whispCMM 5}
  53. cmmEventLog         OBJECT IDENTIFIER ::= {whispCMM 6}
  54. cmmControls         OBJECT IDENTIFIER ::= {whispCMM 7}
  55.  
  56. -- -------------------------------------------------------------------------
  57.  
  58. -- Broadcom switch table        
  59.         
  60.     cmmSwitchTable    OBJECT-TYPE
  61.             SYNTAX          SEQUENCE OF CmmSwitchEntry 
  62.                 MAX-ACCESS      not-accessible
  63.                 STATUS          current
  64.                 DESCRIPTION
  65.                         "Table of CMM MIB counters"
  66.         ::= {cmmSwitch 1}
  67.         
  68.         
  69.         cmmSwitchEntry     OBJECT-TYPE
  70.             SYNTAX          CmmSwitchEntry 
  71.                 MAX-ACCESS      not-accessible
  72.                 STATUS          current
  73.                 DESCRIPTION
  74.                         "CMM MIB counters"
  75.                         
  76.                 INDEX        {portNumber}
  77.         ::= {cmmSwitchTable 1}
  78.         
  79.          CmmSwitchEntry ::= SEQUENCE{
  80.             -- Receive only counters
  81.             portNumber        INTEGER,
  82.             rxDropPkts        Counter32,
  83.             rxOctets        Counter64,
  84.             rxBroadcastPkts        Counter32,
  85.             rxMulticastPkts        Counter32,
  86.             rxSAChanges        Counter32,
  87.             rxUndersizePkts        Counter32,
  88.             rxOversizePkts        Counter32,
  89.             rxFragments        Counter32,
  90.             rxJabbers        Counter32,
  91.             rxUnicastPkts        Counter32,
  92.             rxAlignmentErrors    Counter32,
  93.             rxFCSErrors        Counter32,
  94.             rxGoodOctets        Counter64,
  95.             rxExcessSizeDisc    Counter32,
  96.             rxPausePkts        Counter32,
  97.             rxSymbolErrors        Counter32,
  98.             -- Tansmit only counters
  99.             txDropPkts        Counter32,
  100.             txOctets        Counter64,
  101.             txBroadcastPkts        Counter32,
  102.             txMulticastPkts        Counter32,
  103.             txCollisions        Counter32,
  104.             txUnicastPkts        Counter32,
  105.             txSingleCollision    Counter32,
  106.             txMultipleCollision    Counter32,
  107.             txDeferredTransmit    Counter32,
  108.             txLateCollision        Counter32,
  109.             txExcessiveCollision    Counter32,
  110.             txPausePkts        Counter32,
  111.             txFrameInDisc        Counter32,
  112.             --Transmit or Receive counter
  113.             pkts64Octets        Counter32,
  114.             pkts65to127Octets    Counter32,
  115.             pkts128to255Octets    Counter32,
  116.             pkts256to511Octets    Counter32,
  117.             pkts512to1023Octets    Counter32,
  118.             pkts1024to1522Octets    Counter32
  119.             }
  120.  
  121.     portNumber OBJECT-TYPE
  122.             SYNTAX          INTEGER (1..2147483647)
  123.                 MAX-ACCESS      read-only
  124.                 STATUS          current
  125.                 DESCRIPTION
  126.                         "A unique value for each CMM port.  Its value
  127.                     starts from 1."
  128.         ::= {cmmSwitchEntry 1}
  129.  
  130.         rxDropPkts         OBJECT-TYPE
  131.             SYNTAX          Counter32
  132.                 MAX-ACCESS      read-only
  133.                 STATUS          current
  134.                 DESCRIPTION
  135.                         "The number of good packets received by a port that 
  136.                         were dropped due to lack of resources(e.g., lack of 
  137.                         input buffers)or were dropped due to lack of resources 
  138.                         before a determination of the validity of the packet was 
  139.                         able to be made (e.g., receive FIFO overflow). The counter 
  140.                         is only incremented if the receive error was not counted 
  141.                         by either the RxExcessSizeDisc, the RxAlignmentErrors or 
  142.                         the RxRCSErrors counters."
  143.                 
  144.         ::= {cmmSwitchEntry 2}
  145.      
  146.         rxOctets         OBJECT-TYPE
  147.             SYNTAX          Counter64
  148.                 MAX-ACCESS      read-only
  149.                 STATUS          current
  150.                 DESCRIPTION
  151.                         "The number of bytes of data received by a port
  152.                         (excluding preamble but including FCS), including
  153.                         bad packets."
  154.                 
  155.         ::= {cmmSwitchEntry 3}
  156.         
  157.         rxBroadcastPkts        OBJECT-TYPE
  158.             SYNTAX          Counter32
  159.                 MAX-ACCESS      read-only
  160.                 STATUS          current
  161.                 DESCRIPTION
  162.                         "The number of good packets received by a port that
  163.                         are directed to the broadcast address. This counter
  164.                         does not include error broadcast packets or valid
  165.                         multicast packets."
  166.                 
  167.         ::= {cmmSwitchEntry 4}
  168.         
  169.        rxMulticastPkts         OBJECT-TYPE
  170.             SYNTAX          Counter32
  171.                 MAX-ACCESS      read-only
  172.                 STATUS          current
  173.                 DESCRIPTION
  174.                         "The number of good packets received by a port that
  175.                         are directed to the multicast address. This counter
  176.                         does not include error multicast packets or valid
  177.                         broadcast packets."
  178.                 
  179.         ::= {cmmSwitchEntry 5}
  180.             
  181.         rxSAChanges         OBJECT-TYPE
  182.             SYNTAX          Counter32
  183.                 MAX-ACCESS      read-only
  184.                 STATUS          current
  185.                 DESCRIPTION
  186.                         "The number of times the SA of good receive packets
  187.                         has changed from the previous value. A count greater
  188.                         than 1 generally indicates the port if connected to
  189.                         a repeater based network."
  190.                 
  191.         ::= {cmmSwitchEntry 6}
  192.         
  193.         rxUndersizePkts         OBJECT-TYPE
  194.             SYNTAX          Counter32
  195.                 MAX-ACCESS      read-only
  196.                 STATUS          current
  197.                 DESCRIPTION
  198.                         "The number of good packets received by a port that are
  199.                         less than 64 bytes long (excluding framing bits but
  200.                         including the FCS)."
  201.                 
  202.         ::= {cmmSwitchEntry 7}
  203.         
  204.          rxOversizePkts         OBJECT-TYPE
  205.             SYNTAX          Counter32
  206.                 MAX-ACCESS      read-only
  207.                 STATUS          current
  208.                 DESCRIPTION
  209.                         "The number of good packets received by a port that are
  210.                         greater than 1522 bytes inclusive (excluding framing bits 
  211.                         but including the FCS). Note that this counter alone will
  212.                         be incremented for packets in the range 1523-1536 bytes
  213.                         inclusive, whereas both this counter and the RxExcessSizeDisc
  214.                         counter will be incremented for packets of 1537 bytes and 
  215.                         higher."
  216.                 
  217.         ::= {cmmSwitchEntry 8}
  218.         
  219.         rxFragments         OBJECT-TYPE
  220.             SYNTAX          Counter32
  221.                 MAX-ACCESS      read-only
  222.                 STATUS          current
  223.                 DESCRIPTION
  224.                         "The number of packets received by a port that are less than
  225.                         64 bytes(excluding framing bits) and have either an FCS error
  226.                         or an alignment error."
  227.                 
  228.         ::= {cmmSwitchEntry 9}
  229.         
  230.         rxJabbers         OBJECT-TYPE
  231.             SYNTAX          Counter32
  232.                 MAX-ACCESS      read-only
  233.                 STATUS          current
  234.                 DESCRIPTION
  235.                         "The number of packets received by a port that are longer 
  236.                         than 1522 bytes and have either an FCS error or an alignment
  237.                         error."
  238.                 
  239.         ::= {cmmSwitchEntry 10}
  240.         
  241.         
  242.         rxUnicastPkts         OBJECT-TYPE
  243.             SYNTAX          Counter32
  244.                 MAX-ACCESS      read-only
  245.                 STATUS          current
  246.                 DESCRIPTION
  247.                         "The number of good packets received by a port that are
  248.                         addressed to a unicast address."
  249.                 
  250.         ::= {cmmSwitchEntry 11}
  251.         
  252.         rxAlignmentErrors         OBJECT-TYPE
  253.             SYNTAX          Counter32
  254.                 MAX-ACCESS      read-only
  255.                 STATUS          current
  256.                 DESCRIPTION
  257.                         "The number of packets received by a port that have a 
  258.                         length (excluding framing bits but including FCS) 
  259.                         between 64 and 1522 bytes, inclusive, and have a bad
  260.                         FCS with a non-integral number of bytes."
  261.                 
  262.         ::= {cmmSwitchEntry 12}
  263.         
  264.         rxFCSErrors         OBJECT-TYPE
  265.             SYNTAX          Counter32
  266.                 MAX-ACCESS      read-only
  267.                 STATUS          current
  268.                 DESCRIPTION
  269.                         "The number of packets received by a port that have a
  270.                         length (excluding framing bits but including FCS) 
  271.                         between 64 and 152 bytes, and have a bad FCS with an
  272.                         integral number of bytes."
  273.                 
  274.         ::= {cmmSwitchEntry 13}
  275.         
  276.        rxGoodOctets         OBJECT-TYPE
  277.             SYNTAX          Counter64
  278.                 MAX-ACCESS      read-only
  279.                 STATUS          current
  280.                 DESCRIPTION
  281.                         "The total number of bytes in all good packets received
  282.                         by a port (excluding framing bits but including FCS)."
  283.                 
  284.         ::= {cmmSwitchEntry 14}
  285.         
  286.         rxExcessSizeDisc     OBJECT-TYPE
  287.             SYNTAX          Counter32
  288.                 MAX-ACCESS      read-only
  289.                 STATUS          current
  290.                 DESCRIPTION
  291.                         "The number of good packets received by a port that 
  292.                         are greater than 1536 bytes (excluding framing bits
  293.                         but including FCS) and were discarded due to excessive
  294.                         length. Note that the RxOversizePkts counter alone is
  295.                         incremented for packets in the range of 1523-1536 bytes
  296.                         inclusive, whereas both this counter and the RxOversizePkts
  297.                         are incremented for packets of 1537 bytes and higher."
  298.                 
  299.         ::= {cmmSwitchEntry 15}
  300.         
  301.         rxPausePkts         OBJECT-TYPE
  302.             SYNTAX          Counter32
  303.                 MAX-ACCESS      read-only
  304.                 STATUS          current
  305.                 DESCRIPTION
  306.                         "The number of PAUSE frame received by a port. The PAUSE
  307.                         frame must have a valid MAC Control Frame EtherType field
  308.                         (88-08h), have a destination MAC address of either the MAC
  309.                         Control frame reserved multicast address(01-80-c2-00-00-011)
  310.                         or the unique MAC address associated with the specific port,
  311.                         a valid PAUSE Opcode (00-01), be a minimum of 64 bytes in
  312.                         length (excluding preamble but including FCS), and have a 
  313.                         valid CRC. Although an 802.3 compliant MAC is only permitted
  314.                         to transmit PAUSE frames when in full duplex mode, with
  315.                         flow control enabled, and with the transfer of PAUSE frames
  316.                         determined by the result of auto-negotiation, an 802.3 MAC
  317.                         receiver is required to count all received PAUSE frames,
  318.                         regardless of its half/full-duplex status. An indication
  319.                         that a MAC is in half-duplex with the RxPausePkts
  320.                         incrementing indicates a non-compliant transmitting device
  321.                         on the network."
  322.                 
  323.         ::= {cmmSwitchEntry 16}
  324.         
  325.         rxSymbolErrors         OBJECT-TYPE
  326.             SYNTAX          Counter32
  327.                 MAX-ACCESS      read-only
  328.                 STATUS          current
  329.                 DESCRIPTION
  330.                         "The total number of times a valid length packet was received
  331.                         at a port and at least one invalid data symbol was detected.
  332.                         Counter only increment once per carrier event and does not
  333.                         increment on detection of collision during the carrier event."
  334.                 
  335.         ::= {cmmSwitchEntry 17}
  336.    
  337.         
  338.         txDropPkts         OBJECT-TYPE
  339.             SYNTAX          Counter32
  340.                 MAX-ACCESS      read-only
  341.                 STATUS          current
  342.                 DESCRIPTION
  343.                         "This counter is incremented every time a transmit packet
  344.                         is dropped due to lack of resources (e.g., transmit FIFO 
  345.                         underflow), or an internal MAC sublayer transmit error not
  346.                         counted by in either the TxLateCollision or the 
  347.                         TxExcessiveCollision counters."
  348.                 
  349.         ::= {cmmSwitchEntry 18}
  350.         
  351.         txOctets         OBJECT-TYPE
  352.             SYNTAX          Counter64
  353.                 MAX-ACCESS      read-only
  354.                 STATUS          current
  355.                 DESCRIPTION
  356.                         "The total number of good bytes of data transmitted by a
  357.                         port (excluding preamble but including FCS)."
  358.                 
  359.         ::= {cmmSwitchEntry 19}
  360.         
  361.         txBroadcastPkts         OBJECT-TYPE
  362.             SYNTAX          Counter32
  363.                 MAX-ACCESS      read-only
  364.                 STATUS          current
  365.                 DESCRIPTION
  366.                        "The number of good packets transmitted by a port that
  367.                         are directed to a broadcast address. This counter
  368.                         does not include errored broadcast packets or valid
  369.                         multicast packets."
  370.                 
  371.         ::= {cmmSwitchEntry 20}
  372.         
  373.         txMulticastPkts             OBJECT-TYPE
  374.             SYNTAX          Counter32
  375.                 MAX-ACCESS      read-only
  376.                 STATUS          current
  377.                 DESCRIPTION
  378.                        "The number of good packets transmitted by a port that
  379.                         are directed to a multicast address. This counter
  380.                         does not include errored multicast packets or valid
  381.                         broadcast packets."
  382.                 
  383.         ::= {cmmSwitchEntry 21}
  384.         
  385.         txCollisions         OBJECT-TYPE
  386.             SYNTAX          Counter32
  387.                 MAX-ACCESS      read-only
  388.                 STATUS          current
  389.                 DESCRIPTION
  390.                         "The number of collision experienced by a port during
  391.                         packet transmissions."
  392.                 
  393.         ::= {cmmSwitchEntry 22}
  394.         
  395.         txUnicastPkts         OBJECT-TYPE
  396.             SYNTAX          Counter32
  397.                 MAX-ACCESS      read-only
  398.                 STATUS          current
  399.                 DESCRIPTION
  400.                         "The number of good packets transmitted by a port 
  401.                         that are addressed to a unicast address."
  402.                 
  403.         ::= {cmmSwitchEntry 23}
  404.         
  405.         txSingleCollision         OBJECT-TYPE
  406.             SYNTAX          Counter32
  407.                 MAX-ACCESS      read-only
  408.                 STATUS          current
  409.                 DESCRIPTION
  410.                         "The number packets successfully transmitted by a port
  411.                         that experienced exactly one collision."
  412.                 
  413.         ::= {cmmSwitchEntry 24}
  414.         
  415.         txMultipleCollision         OBJECT-TYPE
  416.             SYNTAX          Counter32
  417.                 MAX-ACCESS      read-only
  418.                 STATUS          current
  419.                 DESCRIPTION
  420.                         "The number packets successfully transmitted by a port
  421.                         that experienced more than one collision."
  422.                 
  423.         ::= {cmmSwitchEntry 25}
  424.         
  425.         txDeferredTransmit         OBJECT-TYPE
  426.             SYNTAX          Counter32
  427.                 MAX-ACCESS      read-only
  428.                 STATUS          current
  429.                 DESCRIPTION
  430.                         "The number packets successfully transmitted by a port
  431.                         for which the first transmission attempt is delayed
  432.                         because medium is busy."
  433.                 
  434.         ::= {cmmSwitchEntry 26}
  435.         
  436.         txLateCollision         OBJECT-TYPE
  437.             SYNTAX          Counter32
  438.                 MAX-ACCESS      read-only
  439.                 STATUS          current
  440.                 DESCRIPTION
  441.                         "The number of times that a collision is detected
  442.                         later than 512 bit-times into the transmission of
  443.                         a packet."
  444.                 
  445.         ::= {cmmSwitchEntry 27}
  446.         
  447.         txExcessiveCollision         OBJECT-TYPE
  448.             SYNTAX          Counter32
  449.                 MAX-ACCESS      read-only
  450.                 STATUS          current
  451.                 DESCRIPTION
  452.                         "The number of packets that are not transmitted from
  453.                         a port because the packet experienced 16 transmission
  454.                         attempts."
  455.                 
  456.         ::= {cmmSwitchEntry 28}
  457.         
  458.         txPausePkts         OBJECT-TYPE
  459.             SYNTAX          Counter32
  460.                 MAX-ACCESS      read-only
  461.                 STATUS          current
  462.                 DESCRIPTION
  463.                          "The number of PAUSE frame transmitted by a port.
  464.                          The MAC resolve to full duplex mode, with 803.3x
  465.                          flow control PAUSE frame exchange enabled at the
  466.                          completion of auto-negotiation."
  467.                 
  468.         ::= {cmmSwitchEntry 29}
  469.         
  470.         txFrameInDisc         OBJECT-TYPE
  471.             SYNTAX          Counter32
  472.                 MAX-ACCESS      read-only
  473.                 STATUS          current
  474.                 DESCRIPTION
  475.                         "The number of valid packets  received which are
  476.                         discarded by the forwarding process due to lack
  477.                         of space on an output queue. Note: not maintained
  478.                         or reported in the MIB counters. Located in
  479.                         Congestion registers. This attribute only increments
  480.                         if a network device is not acting in compliance with
  481.                         a flow control request, or the BCM5327M internal
  482.                         flow control/buffering scheme has been misconfigured."
  483.                 
  484.         ::= {cmmSwitchEntry 30}
  485.         
  486.         pkts64Octets         OBJECT-TYPE
  487.             SYNTAX          Counter32
  488.                 MAX-ACCESS      read-only
  489.                 STATUS          current
  490.                 DESCRIPTION
  491.                         "The number of packets (including error packets) 
  492.                         that are 64 bytes long."
  493.                 
  494.         ::= {cmmSwitchEntry 31}
  495.         
  496.         pkts65to127Octets         OBJECT-TYPE
  497.             SYNTAX          Counter32
  498.                 MAX-ACCESS      read-only
  499.                 STATUS          current
  500.                 DESCRIPTION
  501.                         "The number of packets (including error packets) 
  502.                         that are between 65 and 127 bytes long."
  503.                 
  504.         ::= {cmmSwitchEntry 32}
  505.         
  506.         pkts128to255Octets         OBJECT-TYPE
  507.             SYNTAX          Counter32
  508.                 MAX-ACCESS      read-only
  509.                 STATUS          current
  510.                 DESCRIPTION
  511.                        "The number of packets (including error packets) 
  512.                         that are between 128 and 255 bytes long."
  513.                 
  514.         ::= {cmmSwitchEntry 33}
  515.         
  516.         pkts256to511Octets         OBJECT-TYPE
  517.             SYNTAX          Counter32
  518.                 MAX-ACCESS      read-only
  519.                 STATUS          current
  520.                 DESCRIPTION
  521.                         "The number of packets (including error packets) 
  522.                         that are between 256 and 511 bytes long."
  523.                 
  524.         ::= {cmmSwitchEntry 34}
  525.         
  526.         pkts512to1023Octets         OBJECT-TYPE
  527.             SYNTAX          Counter32
  528.                 MAX-ACCESS      read-only
  529.                 STATUS          current
  530.                 DESCRIPTION
  531.                        "The number of packets (including error packets) 
  532.                         that are between 512 and 1023 bytes long."
  533.                 
  534.         ::= {cmmSwitchEntry 35}
  535.         
  536.         pkts1024to1522Octets         OBJECT-TYPE
  537.             SYNTAX          Counter32
  538.                 MAX-ACCESS      read-only
  539.                 STATUS          current
  540.                 DESCRIPTION
  541.                        "The number of packets (including error packets) 
  542.                         that are between 1024 and 1522 bytes long."
  543.                 
  544.         ::= {cmmSwitchEntry 36}
  545.      
  546.     cmmSwitchGroup    OBJECT-GROUP
  547.                 OBJECTS {
  548.                            portNumber,
  549.                 rxDropPkts,
  550.                 rxOctets,
  551.                 rxBroadcastPkts,
  552.                 rxMulticastPkts,
  553.                 rxSAChanges,
  554.                 rxUndersizePkts,
  555.                 rxOversizePkts,
  556.                 rxFragments,
  557.                 rxJabbers,
  558.                 rxUnicastPkts,
  559.                 rxAlignmentErrors,
  560.                 rxFCSErrors,
  561.                 rxGoodOctets,
  562.                 rxExcessSizeDisc,
  563.                 rxPausePkts,
  564.                 rxSymbolErrors,
  565.                 txDropPkts,
  566.                 txOctets,
  567.                 txBroadcastPkts,
  568.                 txMulticastPkts,
  569.                 txCollisions,
  570.                 txUnicastPkts,
  571.                 txSingleCollision,
  572.                 txMultipleCollision,
  573.                 txDeferredTransmit,
  574.                 txLateCollision,
  575.                 txExcessiveCollision,
  576.                 txPausePkts,
  577.                 txFrameInDisc,
  578.                 pkts64Octets,
  579.                 pkts65to127Octets,
  580.                 pkts128to255Octets,
  581.                 pkts256to511Octets,
  582.                 pkts512to1023Octets,
  583.                 pkts1024to1522Octets
  584.                         }
  585.                 STATUS          current
  586.                 DESCRIPTION
  587.                         "CMMIII switch group."
  588.         ::= {cmmGroups 1}
  589.         
  590. -- CMM III configuration page    
  591.                 
  592.         gpsTimingPulse        OBJECT-TYPE
  593.             SYNTAX          INTEGER {master(1),
  594.                     slave(0)
  595.                     }
  596.                 MAX-ACCESS      read-write
  597.                 STATUS          current
  598.                 DESCRIPTION
  599.                         "(1) -- Master.
  600.                          (0) -- Slave."
  601.                 
  602.         ::= {cmmConfig 1}
  603.         
  604.         lan1Ip            OBJECT-TYPE
  605.             SYNTAX          IpAddress
  606.                 MAX-ACCESS      read-write
  607.                 STATUS          current
  608.                 DESCRIPTION
  609.                         "LAN 1 IP."
  610.                 
  611.         ::= {cmmConfig 2}
  612.         
  613.         lan1SubnetMask        OBJECT-TYPE
  614.             SYNTAX          IpAddress
  615.                 MAX-ACCESS      read-write
  616.                 STATUS          current
  617.                 DESCRIPTION
  618.                         "LAN 1 subnet mask."
  619.                 
  620.         ::= {cmmConfig 3}
  621.         
  622.         defaultGateWay        OBJECT-TYPE
  623.             SYNTAX          IpAddress
  624.                 MAX-ACCESS      read-write
  625.                 STATUS          current
  626.                 DESCRIPTION
  627.                         "Default gateway"
  628.                 
  629.         ::= {cmmConfig 4}
  630.         
  631.         port1PowerCtr    OBJECT-TYPE
  632.             SYNTAX          INTEGER {on(1),
  633.                     off(0)
  634.                     }
  635.                 MAX-ACCESS      read-write
  636.                 STATUS          current
  637.                 DESCRIPTION
  638.                         "Power control for port 1.
  639.                          (1) -- Power on.
  640.                          (0) -- Power off."
  641.                 
  642.         ::= {cmmConfig 5 }
  643.         
  644.         port2PowerCtr    OBJECT-TYPE
  645.             SYNTAX          INTEGER {on(1),
  646.                     off(0)
  647.                     }
  648.                 MAX-ACCESS      read-write
  649.                 STATUS          current
  650.                 DESCRIPTION
  651.                         "Power control for port 2.
  652.                          (1) -- Power on.
  653.                          (0) -- Power off."
  654.                 
  655.         ::= {cmmConfig 6 }
  656.         
  657.         port3PowerCtr    OBJECT-TYPE
  658.             SYNTAX          INTEGER {on(1),
  659.                     off(0)
  660.                     }
  661.                 MAX-ACCESS      read-write
  662.                 STATUS          current
  663.                 DESCRIPTION
  664.                         "Power control for port 3.
  665.                          (1) -- Power on.
  666.                          (0) -- Power off."
  667.                 
  668.         ::= {cmmConfig 7 }
  669.         
  670.         port4PowerCtr    OBJECT-TYPE
  671.             SYNTAX          INTEGER {on(1),
  672.                     off(0)
  673.                     }
  674.                 MAX-ACCESS      read-write
  675.                 STATUS          current
  676.                 DESCRIPTION
  677.                         "Power control for port 4.
  678.                          (1) -- Power on.
  679.                          (0) -- Power off."
  680.                 
  681.         ::= {cmmConfig 8 }
  682.         
  683.         port5PowerCtr    OBJECT-TYPE
  684.             SYNTAX          INTEGER {on(1),
  685.                     off(0)
  686.                     }
  687.                 MAX-ACCESS      read-write
  688.                 STATUS          current
  689.                 DESCRIPTION
  690.                         "Power control for port 5.
  691.                          (1) -- Power on.
  692.                          (0) -- Power off."
  693.                 
  694.         ::= {cmmConfig 9 }
  695.         
  696.         port6PowerCtr    OBJECT-TYPE
  697.             SYNTAX          INTEGER {on(1),
  698.                     off(0)
  699.                     }
  700.                 MAX-ACCESS      read-write
  701.                 STATUS          current
  702.                 DESCRIPTION
  703.                         "Power control for port 6.
  704.                          (1) -- Power on.
  705.                          (0) -- Power off."
  706.                 
  707.         ::= {cmmConfig 10 }
  708.         
  709.         port7PowerCtr    OBJECT-TYPE
  710.             SYNTAX          INTEGER {on(1),
  711.                     off(0)
  712.                     }
  713.                 MAX-ACCESS      read-write
  714.                 STATUS          current
  715.                 DESCRIPTION
  716.                         "Power control for port 7.
  717.                          (1) -- Power on.
  718.                          (0) -- Power off."
  719.                 
  720.         ::= {cmmConfig 11 }
  721.         
  722.         port8PowerCtr    OBJECT-TYPE
  723.             SYNTAX          INTEGER {on(1),
  724.                     off(0)
  725.                     }
  726.                 MAX-ACCESS      read-write
  727.                 STATUS          current
  728.                 DESCRIPTION
  729.                         "Power control for port 8.
  730.                          (1) -- Power on.
  731.                          (0) -- Power off."
  732.                 
  733.         ::= {cmmConfig 12 }
  734.         
  735.         displayOnlyAccess           OBJECT-TYPE
  736.                 SYNTAX              DisplayString
  737.                 MAX-ACCESS          read-write
  738.                 STATUS              current
  739.                 DESCRIPTION
  740.                         "Display only access to web interface and telnet." 
  741.         ::= {cmmConfig 13}
  742.         
  743.         fullAccess               OBJECT-TYPE
  744.                 SYNTAX              DisplayString
  745.                 MAX-ACCESS          read-write
  746.                 STATUS              current
  747.                 DESCRIPTION
  748.                         "Full access password to web interface and telnet." 
  749.         ::= {cmmConfig 14}
  750.         
  751.         displayOnlyStatus           OBJECT-TYPE
  752.                 SYNTAX              DisplayString
  753.                 MAX-ACCESS          read-only
  754.                 STATUS              current
  755.                 DESCRIPTION
  756.                         "Display only password status." 
  757.         ::= {cmmConfig 15}
  758.         fullAccessStatus           OBJECT-TYPE
  759.                 SYNTAX              DisplayString
  760.                 MAX-ACCESS          read-only
  761.                 STATUS              current
  762.                 DESCRIPTION
  763.                         "Full access password status." 
  764.          ::= {cmmConfig 16}
  765.         webAutoUpdate           OBJECT-TYPE
  766.                 SYNTAX              INTEGER
  767.                 UNITS            "Seconds"
  768.                 MAX-ACCESS          read-write
  769.                 STATUS              current
  770.                 DESCRIPTION
  771.                         "Web page auto update in seconds. 0 means disabled." 
  772.         ::= {cmmConfig 17}
  773.        
  774.          port1Config        OBJECT-TYPE
  775.             SYNTAX          INTEGER {
  776.                     auto(1),
  777.                     hundredFDX(2),
  778.                     hundredHDX(3),
  779.                     tenFDX(4),
  780.                     tenHDX(5)
  781.                     }
  782.                 MAX-ACCESS      read-write
  783.                 STATUS          current
  784.                 DESCRIPTION
  785.                         "Link speed configuration on port 1."
  786.                          
  787.         ::= {cmmConfig 18 }
  788.         
  789.          port2Config        OBJECT-TYPE
  790.             SYNTAX           INTEGER {
  791.                     auto(1),
  792.                     hundredFDX(2),
  793.                     hundredHDX(3),
  794.                     tenFDX(4),
  795.                     tenHDX(5)
  796.                     }
  797.                 MAX-ACCESS      read-write
  798.                 STATUS          current
  799.                 DESCRIPTION
  800.                         "Link speed configuration on port 2."
  801.                          
  802.         ::= {cmmConfig 19 }
  803.        
  804.         port3Config        OBJECT-TYPE
  805.             SYNTAX           INTEGER {
  806.                     auto(1),
  807.                     hundredFDX(2),
  808.                     hundredHDX(3),
  809.                     tenFDX(4),
  810.                     tenHDX(5)
  811.                     }
  812.                 MAX-ACCESS      read-write
  813.                 STATUS          current
  814.                 DESCRIPTION
  815.                         "Link speed configuration on port 3."
  816.                          
  817.         ::= {cmmConfig 20 }
  818.          
  819.          port4Config        OBJECT-TYPE
  820.             SYNTAX           INTEGER {
  821.                     auto(1),
  822.                     hundredFDX(2),
  823.                     hundredHDX(3),
  824.                     tenFDX(4),
  825.                     tenHDX(5)
  826.                     }
  827.                 MAX-ACCESS      read-write
  828.                 STATUS          current
  829.                 DESCRIPTION
  830.                         "Link speed configuration on port 4."
  831.                          
  832.         ::= {cmmConfig 21 }
  833.         
  834.          port5Config        OBJECT-TYPE
  835.             SYNTAX           INTEGER {
  836.                     auto(1),
  837.                     hundredFDX(2),
  838.                     hundredHDX(3),
  839.                     tenFDX(4),
  840.                     tenHDX(5)
  841.                     }
  842.                 MAX-ACCESS      read-write
  843.                 STATUS          current
  844.                 DESCRIPTION
  845.                         "Link speed configuration on port 5."
  846.                          
  847.         ::= {cmmConfig 22 }
  848.         
  849.          port6Config        OBJECT-TYPE
  850.             SYNTAX           INTEGER {
  851.                     auto(1),
  852.                     hundredFDX(2),
  853.                     hundredHDX(3),
  854.                     tenFDX(4),
  855.                     tenHDX(5)
  856.                     }
  857.                 MAX-ACCESS      read-write
  858.                 STATUS          current
  859.                 DESCRIPTION
  860.                         "Link speed configuration on port 6."
  861.                          
  862.         ::= {cmmConfig 23 }
  863.         
  864.          port7Config        OBJECT-TYPE
  865.             SYNTAX           INTEGER {
  866.                     auto(1),
  867.                     hundredFDX(2),
  868.                     hundredHDX(3),
  869.                     tenFDX(4),
  870.                     tenHDX(5)
  871.                     }
  872.                 MAX-ACCESS      read-write
  873.                 STATUS          current
  874.                 DESCRIPTION
  875.                         "Link speed configuration on port 7."
  876.                          
  877.         ::= {cmmConfig 24 }
  878.         
  879.          port8Config        OBJECT-TYPE
  880.             SYNTAX           INTEGER {
  881.                     auto(1),
  882.                     hundredFDX(2),
  883.                     hundredHDX(3),
  884.                     tenFDX(4),
  885.                     tenHDX(5)
  886.                     }
  887.                 MAX-ACCESS      read-write
  888.                 STATUS          current
  889.                 DESCRIPTION
  890.                         "Link speed configuration on port 8."
  891.                          
  892.         ::= {cmmConfig 25 }
  893.         
  894.         
  895.          port1Description    OBJECT-TYPE
  896.             SYNTAX          DisplayString
  897.                 MAX-ACCESS      read-write
  898.                 STATUS          current
  899.                 DESCRIPTION
  900.                         "Port 1 text description."
  901.                          
  902.         ::= {cmmConfig 26 }
  903.         
  904.          port2Description    OBJECT-TYPE
  905.             SYNTAX          DisplayString
  906.                 MAX-ACCESS      read-write
  907.                 STATUS          current
  908.                 DESCRIPTION
  909.                         "Port 2 text description."
  910.                          
  911.         ::= {cmmConfig 27 }
  912.         
  913.          port3Description    OBJECT-TYPE
  914.             SYNTAX          DisplayString
  915.                 MAX-ACCESS      read-write
  916.                 STATUS          current
  917.                 DESCRIPTION
  918.                         "Port 3 text description."
  919.                          
  920.         ::= {cmmConfig 28 }
  921.         
  922.          port4Description    OBJECT-TYPE
  923.             SYNTAX          DisplayString
  924.                 MAX-ACCESS      read-write
  925.                 STATUS          current
  926.                 DESCRIPTION
  927.                         "Port 4 text description."
  928.                          
  929.         ::= {cmmConfig 29 }
  930.         
  931.          port5Description    OBJECT-TYPE
  932.             SYNTAX          DisplayString
  933.                 MAX-ACCESS      read-write
  934.                 STATUS          current
  935.                 DESCRIPTION
  936.                         "Port 5 text description."
  937.                          
  938.         ::= {cmmConfig 30 }
  939.         
  940.          port6Description    OBJECT-TYPE
  941.             SYNTAX          DisplayString
  942.                 MAX-ACCESS      read-write
  943.                 STATUS          current
  944.                 DESCRIPTION
  945.                         "Port 6 text description."
  946.                          
  947.         ::= {cmmConfig 31 }
  948.         
  949.          port7Description    OBJECT-TYPE
  950.             SYNTAX          DisplayString
  951.                 MAX-ACCESS      read-write
  952.                 STATUS          current
  953.                 DESCRIPTION
  954.                         "Port 7 text description."
  955.                          
  956.         ::= {cmmConfig 32 }
  957.         
  958.          port8Description    OBJECT-TYPE
  959.             SYNTAX          DisplayString
  960.                 MAX-ACCESS      read-write
  961.                 STATUS          current
  962.                 DESCRIPTION
  963.                         "Port 8 text description."
  964.                          
  965.         ::= {cmmConfig 33 }
  966.  
  967.          SnmpTrap1            OBJECT-TYPE
  968.             SYNTAX          IpAddress
  969.                 MAX-ACCESS      read-write
  970.                 STATUS          current
  971.                 DESCRIPTION
  972.                         "SNMP Trap Address 1."
  973.                 
  974.         ::= {cmmConfig 34}
  975.         
  976.          SnmpTrap2            OBJECT-TYPE
  977.             SYNTAX          IpAddress
  978.                 MAX-ACCESS      read-write
  979.                 STATUS          current
  980.                 DESCRIPTION
  981.                         "SNMP Trap Address 2."
  982.                 
  983.         ::= {cmmConfig 35}
  984.         
  985.          SnmpTrap3            OBJECT-TYPE
  986.             SYNTAX          IpAddress
  987.                 MAX-ACCESS      read-write
  988.                 STATUS          current
  989.                 DESCRIPTION
  990.                         "SNMP Trap Address 3."
  991.                 
  992.         ::= {cmmConfig 36}
  993.         
  994.          SnmpTrap4            OBJECT-TYPE
  995.             SYNTAX          IpAddress
  996.                 MAX-ACCESS      read-write
  997.                 STATUS          current
  998.                 DESCRIPTION
  999.                         "SNMP Trap Address 4."
  1000.                 
  1001.         ::= {cmmConfig 37}
  1002.         
  1003.          SnmpTrap5            OBJECT-TYPE
  1004.             SYNTAX          IpAddress
  1005.                 MAX-ACCESS      read-write
  1006.                 STATUS          current
  1007.                 DESCRIPTION
  1008.                         "SNMP Trap Address 5."
  1009.                 
  1010.         ::= {cmmConfig 38}
  1011.         
  1012.          SnmpTrap6            OBJECT-TYPE
  1013.             SYNTAX          IpAddress
  1014.                 MAX-ACCESS      read-write
  1015.                 STATUS          current
  1016.                 DESCRIPTION
  1017.                         "SNMP Trap Address 6."
  1018.                 
  1019.         ::= {cmmConfig 39}
  1020.         
  1021.          SnmpTrap7            OBJECT-TYPE
  1022.             SYNTAX          IpAddress
  1023.                 MAX-ACCESS      read-write
  1024.                 STATUS          current
  1025.                 DESCRIPTION
  1026.                         "SNMP Trap Address 7."
  1027.                 
  1028.         ::= {cmmConfig 40}
  1029.         
  1030.          SnmpTrap8            OBJECT-TYPE
  1031.             SYNTAX          IpAddress
  1032.                 MAX-ACCESS      read-write
  1033.                 STATUS          current
  1034.                 DESCRIPTION
  1035.                         "SNMP Trap Address 8."
  1036.                 
  1037.         ::= {cmmConfig 41}
  1038.         
  1039.         SnmpTrap9            OBJECT-TYPE
  1040.             SYNTAX          IpAddress
  1041.                 MAX-ACCESS      read-write
  1042.                 STATUS          current
  1043.                 DESCRIPTION
  1044.                         "SNMP Trap Address 9."
  1045.                 
  1046.         ::= {cmmConfig 42}
  1047.         
  1048.         SnmpTrap10            OBJECT-TYPE
  1049.             SYNTAX          IpAddress
  1050.                 MAX-ACCESS      read-write
  1051.                 STATUS          current
  1052.                 DESCRIPTION
  1053.                         "SNMP Trap Address 10."
  1054.                 
  1055.         ::= {cmmConfig 43}
  1056.  
  1057.         vlanTagEnable        OBJECT-TYPE
  1058.             SYNTAX            INTEGER {on(1), off(0)}
  1059.                 MAX-ACCESS        read-write
  1060.                 STATUS            current
  1061.                 DESCRIPTION
  1062.                         "Enable/Disable 802.1Q VLAN tagging.P
  1063.                          (1) -- Enable Tagging.
  1064.                          (0) -- Disable Tagging."
  1065.  
  1066.         ::= {cmmConfig 44}
  1067.  
  1068.         vlanTagId            OBJECT-TYPE
  1069.             SYNTAX            INTEGER (1..4095)
  1070.                 MAX-ACCESS        read-write
  1071.                 STATUS            current
  1072.                 DESCRIPTION
  1073.                         "802.1q VLAN Tag ID, 1-4095."
  1074.  
  1075.         ::= {cmmConfig 45}
  1076.  
  1077.         port1Uplink            OBJECT-TYPE
  1078.             SYNTAX          INTEGER {on(1),
  1079.                     off(0)
  1080.                     }
  1081.                 MAX-ACCESS      read-write
  1082.                 STATUS          current
  1083.                 DESCRIPTION
  1084.                         "Configure Port 1 as Uplink Port.
  1085.                          (1) -- Port 1 is an uplink port.
  1086.                          (0) -- Port 1 is not an uplink port."
  1087.                 
  1088.         ::= {cmmConfig 46 }
  1089.  
  1090.         port2Uplink            OBJECT-TYPE
  1091.             SYNTAX          INTEGER {on(1),
  1092.                     off(0)
  1093.                     }
  1094.                 MAX-ACCESS      read-write
  1095.                 STATUS          current
  1096.                 DESCRIPTION
  1097.                         "Configure Port 2 as Uplink Port.
  1098.                          (1) -- Port 2 is an uplink port.
  1099.                          (0) -- Port 2 is not an uplink port."
  1100.                 
  1101.         ::= {cmmConfig 47 }
  1102.  
  1103.         port3Uplink            OBJECT-TYPE
  1104.             SYNTAX          INTEGER {on(1),
  1105.                     off(0)
  1106.                     }
  1107.                 MAX-ACCESS      read-write
  1108.                 STATUS          current
  1109.                 DESCRIPTION
  1110.                         "Configure Port 3 as Uplink Port.
  1111.                          (1) -- Port 3 is an uplink port.
  1112.                          (0) -- Port 3 is not an uplink port."
  1113.                 
  1114.         ::= {cmmConfig 48 }
  1115.  
  1116.         port4Uplink            OBJECT-TYPE
  1117.             SYNTAX          INTEGER {on(1),
  1118.                     off(0)
  1119.                     }
  1120.                 MAX-ACCESS      read-write
  1121.                 STATUS          current
  1122.                 DESCRIPTION
  1123.                         "Configure Port 4 as Uplink Port.
  1124.                          (1) -- Port 4 is an uplink port.
  1125.                          (0) -- Port 4 is not an uplink port."
  1126.                 
  1127.         ::= {cmmConfig 49 }
  1128.  
  1129.         port5Uplink            OBJECT-TYPE
  1130.             SYNTAX          INTEGER {on(1),
  1131.                     off(0)
  1132.                     }
  1133.                 MAX-ACCESS      read-write
  1134.                 STATUS          current
  1135.                 DESCRIPTION
  1136.                         "Configure Port 5 as Uplink Port.
  1137.                          (1) -- Port 5 is an uplink port.
  1138.                          (0) -- Port 5 is not an uplink port."
  1139.                 
  1140.         ::= {cmmConfig 50 }
  1141.  
  1142.         port6Uplink            OBJECT-TYPE
  1143.             SYNTAX          INTEGER {on(1),
  1144.                     off(0)
  1145.                     }
  1146.                 MAX-ACCESS      read-write
  1147.                 STATUS          current
  1148.                 DESCRIPTION
  1149.                         "Configure Port 6 as Uplink Port.
  1150.                          (1) -- Port 6 is an uplink port.
  1151.                          (0) -- Port 6 is not an uplink port."
  1152.                 
  1153.         ::= {cmmConfig 51 }
  1154.  
  1155.         port7Uplink            OBJECT-TYPE
  1156.             SYNTAX          INTEGER {on(1),
  1157.                     off(0)
  1158.                     }
  1159.                 MAX-ACCESS      read-write
  1160.                 STATUS          current
  1161.                 DESCRIPTION
  1162.                         "Configure Port 7 as Uplink Port.
  1163.                          (1) -- Port 7 is an uplink port.
  1164.                          (0) -- Port 7 is not an uplink port."
  1165.                 
  1166.         ::= {cmmConfig 52 }
  1167.  
  1168.         port8Uplink            OBJECT-TYPE
  1169.             SYNTAX          INTEGER {on(1),
  1170.                     off(0)
  1171.                     }
  1172.                 MAX-ACCESS      read-write
  1173.                 STATUS          current
  1174.                 DESCRIPTION
  1175.                         "Configure Port 8 as Uplink Port.
  1176.                          (1) -- Port 8 is an uplink port.
  1177.                          (0) -- Port 8 is not an uplink port."
  1178.                 
  1179.         ::= {cmmConfig 53 }
  1180.  
  1181.         rebootIfRequired    OBJECT-TYPE
  1182.             SYNTAX          INTEGER {on(1),
  1183.                     off(0)
  1184.                     }
  1185.                 MAX-ACCESS      read-write
  1186.                 STATUS          current
  1187.                 DESCRIPTION
  1188.                         "Reboot CMM if required.
  1189.                          (1) -- Check if CMM reboot is required and do so.
  1190.                          (0) -- Do not check for reboot."
  1191.                 
  1192.         ::= {cmmConfig 54 }
  1193.  
  1194.         port1VlanConf            OBJECT-TYPE
  1195.             SYNTAX          INTEGER (0..255)
  1196.                 MAX-ACCESS      read-write
  1197.                 STATUS          current
  1198.                 DESCRIPTION
  1199.                         "Port 1 VLAN Port Configuration.
  1200.                          Bitmap determines which Port(s) Port 1 will egress data.
  1201.                          0 means no ports, 2 means port 2, 6 means ports 2 and 3, etc."
  1202.                 
  1203.         ::= {cmmConfig 55 }
  1204.  
  1205.         port2VlanConf            OBJECT-TYPE
  1206.             SYNTAX          INTEGER (0..255)
  1207.                 MAX-ACCESS      read-write
  1208.                 STATUS          current
  1209.                 DESCRIPTION
  1210.                         "Port 2 VLAN Port Configuration.
  1211.                          Bitmap determines which Port(s) Port 2 will egress data.
  1212.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1213.                 
  1214.         ::= {cmmConfig 56 }
  1215.  
  1216.         port3VlanConf            OBJECT-TYPE
  1217.             SYNTAX          INTEGER (0..255)
  1218.                 MAX-ACCESS      read-write
  1219.                 STATUS          current
  1220.                 DESCRIPTION
  1221.                         "Port 3 VLAN Port Configuration.
  1222.                          Bitmap determines which Port(s) Port 3 will egress data.
  1223.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1224.                 
  1225.         ::= {cmmConfig 57 }
  1226.  
  1227.         port4VlanConf            OBJECT-TYPE
  1228.             SYNTAX          INTEGER (0..255)
  1229.                 MAX-ACCESS      read-write
  1230.                 STATUS          current
  1231.                 DESCRIPTION
  1232.                         "Port 4 VLAN Port Configuration.
  1233.                          Bitmap determines which Port(s) Port 4 will egress data.
  1234.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1235.                 
  1236.         ::= {cmmConfig 58 }
  1237.  
  1238.         port5VlanConf            OBJECT-TYPE
  1239.             SYNTAX          INTEGER (0..255)
  1240.                 MAX-ACCESS      read-write
  1241.                 STATUS          current
  1242.                 DESCRIPTION
  1243.                         "Port 5 VLAN Port Configuration.
  1244.                          Bitmap determines which Port(s) Port 5 will egress data.
  1245.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1246.                 
  1247.         ::= {cmmConfig 59 }
  1248.  
  1249.         port6VlanConf            OBJECT-TYPE
  1250.             SYNTAX          INTEGER (0..255)
  1251.                 MAX-ACCESS      read-write
  1252.                 STATUS          current
  1253.                 DESCRIPTION
  1254.                         "Port 6 VLAN Port Configuration.
  1255.                          Bitmap determines which Port(s) Port 6 will egress data.
  1256.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1257.                 
  1258.         ::= {cmmConfig 60 }
  1259.  
  1260.         port7VlanConf            OBJECT-TYPE
  1261.             SYNTAX          INTEGER (0..255)
  1262.                 MAX-ACCESS      read-write
  1263.                 STATUS          current
  1264.                 DESCRIPTION
  1265.                         "Port 7 VLAN Port Configuration.
  1266.                          Bitmap determines which Port(s) Port 7 will egress data.
  1267.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1268.                 
  1269.         ::= {cmmConfig 61 }
  1270.  
  1271.         port8VlanConf            OBJECT-TYPE
  1272.             SYNTAX          INTEGER (0..255)
  1273.                 MAX-ACCESS      read-write
  1274.                 STATUS          current
  1275.                 DESCRIPTION
  1276.                         "Port 8 VLAN Port Configuration.
  1277.                          Bitmap determines which Port(s) Port 8 will egress data.
  1278.                          0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc."
  1279.                 
  1280.         ::= {cmmConfig 62 }
  1281.  
  1282.         port1PwrReset        OBJECT-TYPE
  1283.             SYNTAX            INTEGER (0..1)
  1284.                 MAX-ACCESS        read-write
  1285.                 STATUS            current
  1286.                 DESCRIPTION
  1287.                         "If Port 1 is Powered, attched device will be reset when set to 1.
  1288.                          If Port 1 is Not Powered, nothing will happen."
  1289.  
  1290.         ::= {cmmConfig 63 }
  1291.                          
  1292.         port2PwrReset        OBJECT-TYPE
  1293.             SYNTAX            INTEGER (0..1)
  1294.                 MAX-ACCESS        read-write
  1295.                 STATUS            current
  1296.                 DESCRIPTION
  1297.                         "If Port 2 is Powered, attched device will be reset when set to 1.
  1298.                          If Port 2 is Not Powered, nothing will happen."
  1299.  
  1300.         ::= {cmmConfig 64 }
  1301.  
  1302.         port3PwrReset        OBJECT-TYPE
  1303.             SYNTAX            INTEGER (0..1)
  1304.                 MAX-ACCESS        read-write
  1305.                 STATUS            current
  1306.                 DESCRIPTION
  1307.                         "If Port 3 is Powered, attched device will be reset when set to 1.
  1308.                          If Port 3 is Not Powered, nothing will happen."
  1309.  
  1310.         ::= {cmmConfig 65 }
  1311.  
  1312.         port4PwrReset        OBJECT-TYPE
  1313.             SYNTAX            INTEGER (0..1)
  1314.                 MAX-ACCESS        read-write
  1315.                 STATUS            current
  1316.                 DESCRIPTION
  1317.                         "If Port 4 is Powered, attched device will be reset when set to 1.
  1318.                          If Port 4 is Not Powered, nothing will happen."
  1319.  
  1320.         ::= {cmmConfig 66 }
  1321.  
  1322.         port5PwrReset        OBJECT-TYPE
  1323.             SYNTAX            INTEGER (0..1)
  1324.                 MAX-ACCESS        read-write
  1325.                 STATUS            current
  1326.                 DESCRIPTION
  1327.                         "If Port 5 is Powered, attched device will be reset when set to 1.
  1328.                          If Port 5 is Not Powered, nothing will happen."
  1329.  
  1330.         ::= {cmmConfig 67 }
  1331.  
  1332.         port6PwrReset        OBJECT-TYPE
  1333.             SYNTAX            INTEGER (0..1)
  1334.                 MAX-ACCESS        read-write
  1335.                 STATUS            current
  1336.                 DESCRIPTION
  1337.                         "If Port 6 is Powered, attched device will be reset when set to 1.
  1338.                          If Port 6 is Not Powered, nothing will happen."
  1339.  
  1340.         ::= {cmmConfig 68 }
  1341.  
  1342.         port7PwrReset        OBJECT-TYPE
  1343.             SYNTAX            INTEGER (0..1)
  1344.                 MAX-ACCESS        read-write
  1345.                 STATUS            current
  1346.                 DESCRIPTION
  1347.                         "If Port 7 is Powered, attched device will be reset when set to 1.
  1348.                          If Port 7 is Not Powered, nothing will happen."
  1349.  
  1350.         ::= {cmmConfig 69 }
  1351.  
  1352.         port8PwrReset        OBJECT-TYPE
  1353.             SYNTAX            INTEGER (0..1)
  1354.                 MAX-ACCESS        read-write
  1355.                 STATUS            current
  1356.                 DESCRIPTION
  1357.                         "If Port 8 is Powered, attched device will be reset when set to 1.
  1358.                          If Port 8 is Not Powered, nothing will happen."
  1359.  
  1360.         ::= {cmmConfig 70 }
  1361.      
  1362.          cmmConfigGroup    OBJECT-GROUP
  1363.                 OBJECTS {
  1364.                            gpsTimingPulse,
  1365.                            lan1Ip,
  1366.                            lan1SubnetMask,
  1367.                         defaultGateWay,
  1368.                            port1PowerCtr,
  1369.                            port2PowerCtr,
  1370.                            port3PowerCtr,
  1371.                            port4PowerCtr,
  1372.                            port5PowerCtr,
  1373.                            port6PowerCtr,
  1374.                            port7PowerCtr,
  1375.                            port8PowerCtr,
  1376.                            displayOnlyAccess,
  1377.                            fullAccess,
  1378.                         displayOnlyStatus,
  1379.                            fullAccessStatus,
  1380.                            webAutoUpdate,
  1381.                            port1Config,
  1382.                            port2Config,
  1383.                            port3Config,
  1384.                            port4Config,
  1385.                            port5Config,
  1386.                            port6Config,
  1387.                            port7Config,
  1388.                            port8Config,
  1389.                            port1Description,
  1390.                            port2Description,
  1391.                            port3Description,
  1392.                            port4Description,
  1393.                            port5Description,
  1394.                            port6Description,
  1395.                            port7Description,
  1396.                            port8Description,
  1397.                         SnmpTrap1,
  1398.                         SnmpTrap2,
  1399.                         SnmpTrap3,
  1400.                         SnmpTrap4,
  1401.                         SnmpTrap5,
  1402.                         SnmpTrap6,
  1403.                         SnmpTrap7,
  1404.                         SnmpTrap8,
  1405.                         SnmpTrap9,
  1406.                         SnmpTrap10,
  1407.                         vlanTagEnable,
  1408.                         vlanTagId,
  1409.                         port1Uplink,
  1410.                         port2Uplink,
  1411.                         port3Uplink,
  1412.                         port4Uplink,
  1413.                         port5Uplink,
  1414.                         port6Uplink,
  1415.                         port7Uplink,
  1416.                         port8Uplink,
  1417.                         rebootIfRequired,
  1418.                         port1VlanConf,
  1419.                         port2VlanConf,
  1420.                         port3VlanConf,
  1421.                         port4VlanConf,
  1422.                         port5VlanConf,
  1423.                         port6VlanConf,
  1424.                         port7VlanConf,
  1425.                         port8VlanConf,
  1426.                         port1PwrReset,
  1427.                         port2PwrReset,
  1428.                         port3PwrReset,
  1429.                         port4PwrReset,
  1430.                         port5PwrReset,
  1431.                         port6PwrReset,
  1432.                         port7PwrReset,
  1433.                         port8PwrReset
  1434.                            }
  1435.                 STATUS          current
  1436.                 DESCRIPTION
  1437.                         "CMMIII configuration group."
  1438.         ::= {cmmGroups 2}
  1439.         
  1440. -- CMM III status information
  1441.  
  1442.     cmmPortTable    OBJECT-TYPE
  1443.             SYNTAX          SEQUENCE OF CmmPortEntry 
  1444.                 MAX-ACCESS      not-accessible
  1445.                 STATUS          current
  1446.                 DESCRIPTION
  1447.                         "A list of CMM III port entries."
  1448.         ::= {cmmStatus 1}
  1449.         
  1450.         cmmPortEntry     OBJECT-TYPE
  1451.             SYNTAX          CmmPortEntry 
  1452.                 MAX-ACCESS      not-accessible
  1453.                 STATUS          current
  1454.                 DESCRIPTION
  1455.                         "A CMM port entry containing objects with
  1456.                         port status."
  1457.                         
  1458.                 INDEX        {portIndex}
  1459.         ::= {cmmPortTable 1}
  1460.         
  1461.         CmmPortEntry ::= SEQUENCE{
  1462.             portIndex        INTEGER,
  1463.             linkStatus        INTEGER,
  1464.             linkSpeed        INTEGER,
  1465.             duplexStatus    INTEGER,
  1466.             powerStatus        INTEGER,
  1467.             UplinkStatus    INTEGER
  1468.             }
  1469.  
  1470.     portIndex         OBJECT-TYPE
  1471.             SYNTAX          INTEGER (1..2147483647)
  1472.                 MAX-ACCESS      read-only
  1473.                 STATUS          current
  1474.                 DESCRIPTION
  1475.                         "A unique value for each CMM port."
  1476.         ::= {cmmPortEntry 1}
  1477.         
  1478.         linkStatus         OBJECT-TYPE
  1479.             SYNTAX          INTEGER {on(1),
  1480.                     off(0)
  1481.                     }
  1482.                 MAX-ACCESS      read-only
  1483.                 STATUS          current
  1484.                 DESCRIPTION
  1485.                         "The current operational state of the port."
  1486.         ::= {cmmPortEntry 2}
  1487.  
  1488.      linkSpeed         OBJECT-TYPE
  1489.             SYNTAX          INTEGER {hundredBaseT(1),
  1490.                     tenBaseT(0)
  1491.                     }
  1492.                 MAX-ACCESS      read-only
  1493.                 STATUS          current
  1494.                 DESCRIPTION
  1495.                         "Network connectivity, 100BaseT or 10BaseT."
  1496.         ::= {cmmPortEntry 3}
  1497.         
  1498.          duplexStatus         OBJECT-TYPE
  1499.             SYNTAX          INTEGER {fullDuplex(1),
  1500.                     halfDuplex(0)
  1501.                     }
  1502.                 MAX-ACCESS      read-only
  1503.                 STATUS          current
  1504.                 DESCRIPTION
  1505.                         "Half-duplex data transmission or Full-duplex data transmission."
  1506.         ::= {cmmPortEntry 4}
  1507.         
  1508.          powerStatus         OBJECT-TYPE
  1509.             SYNTAX          INTEGER {on(1),
  1510.                     off(0)
  1511.                     }
  1512.                 MAX-ACCESS      read-only
  1513.                 STATUS          current
  1514.                 DESCRIPTION
  1515.                         "Port power status indicates power on or power off."
  1516.         ::= {cmmPortEntry 5}
  1517.  
  1518.           UplinkStatus         OBJECT-TYPE
  1519.             SYNTAX          INTEGER {on(1),
  1520.                     off(0)
  1521.                     }
  1522.                 MAX-ACCESS      read-only
  1523.                 STATUS          current
  1524.                 DESCRIPTION
  1525.                         "Port Uplink status indicates whether port is configred as an Uplink Port."
  1526.         ::= {cmmPortEntry 6}
  1527.         
  1528.         deviceType        OBJECT-TYPE
  1529.                 SYNTAX          DisplayString
  1530.                 MAX-ACCESS      read-only
  1531.                 STATUS          current
  1532.                 DESCRIPTION
  1533.                         " A textual string containing information about device
  1534.                         type."
  1535.                         
  1536.         ::= {cmmStatus 2}
  1537.         
  1538.         pldVersion        OBJECT-TYPE
  1539.                 SYNTAX          DisplayString
  1540.                 MAX-ACCESS      read-only
  1541.                 STATUS          current
  1542.                 DESCRIPTION
  1543.                         "Version of PLD code."
  1544.         ::= {cmmStatus 3}
  1545.         
  1546.     softwareVersion        OBJECT-TYPE
  1547.                 SYNTAX          DisplayString
  1548.                 MAX-ACCESS      read-only
  1549.                 STATUS          current
  1550.                 DESCRIPTION
  1551.                         "CMM-III software version. It includes the operation system
  1552.                         and software build time."
  1553.         ::= {cmmStatus 4}
  1554.         
  1555.         systemTime        OBJECT-TYPE
  1556.                 SYNTAX          DisplayString
  1557.                 MAX-ACCESS      read-only
  1558.                 STATUS          current
  1559.                 DESCRIPTION
  1560.                         "The current time."
  1561.         ::= {cmmStatus 5}
  1562.         
  1563.         upTime            OBJECT-TYPE
  1564.                 SYNTAX          DisplayString
  1565.                 MAX-ACCESS      read-only
  1566.                 STATUS          current
  1567.                 DESCRIPTION
  1568.                         "Time since last system reboot."
  1569.         ::= {cmmStatus 6}
  1570.         
  1571.         satellitesVisible    OBJECT-TYPE
  1572.                 SYNTAX          DisplayString
  1573.                 MAX-ACCESS      read-only
  1574.                 STATUS          current
  1575.                 DESCRIPTION
  1576.                         "Number of satellites the GPS should see."
  1577.         ::= {cmmStatus 7}
  1578.         
  1579.          satellitesTracked    OBJECT-TYPE
  1580.                 SYNTAX          DisplayString
  1581.                 MAX-ACCESS      read-only
  1582.                 STATUS          current
  1583.                 DESCRIPTION
  1584.                         "Current number of satellites that GPS actually tracks."
  1585.         ::= {cmmStatus 8}
  1586.         
  1587.          latitude        OBJECT-TYPE
  1588.                 SYNTAX          DisplayString
  1589.                 MAX-ACCESS      read-only
  1590.                 STATUS          current
  1591.                 DESCRIPTION
  1592.                         "CMM-III latitude."
  1593.         ::= {cmmStatus 9}
  1594.         
  1595.          longitude        OBJECT-TYPE
  1596.                 SYNTAX          DisplayString
  1597.                 MAX-ACCESS      read-only
  1598.                 STATUS          current
  1599.                 DESCRIPTION
  1600.                         "CMM-III longitude."
  1601.         ::= {cmmStatus 10}
  1602.         
  1603.          height            OBJECT-TYPE
  1604.                 SYNTAX          DisplayString
  1605.                 MAX-ACCESS      read-only
  1606.                 STATUS          current
  1607.                 DESCRIPTION
  1608.                         "The height of CMM-III unit."
  1609.         ::= {cmmStatus 11}
  1610.         
  1611.          trackingMode        OBJECT-TYPE
  1612.                 SYNTAX          DisplayString
  1613.                 MAX-ACCESS      read-only
  1614.                 STATUS          current
  1615.                 DESCRIPTION
  1616.                         "CMM-III GPS tracking mode."
  1617.         ::= {cmmStatus 12}
  1618.      
  1619.           syncStatus        OBJECT-TYPE
  1620.                 SYNTAX          DisplayString
  1621.                 MAX-ACCESS      read-only
  1622.                 STATUS          current
  1623.                 DESCRIPTION
  1624.                         "CMM-III GPS sync pulse status."
  1625.         ::= {cmmStatus 13}
  1626.         
  1627.          macAddress        OBJECT-TYPE
  1628.                 SYNTAX          DisplayString
  1629.                 MAX-ACCESS      read-only
  1630.                 STATUS          current
  1631.                 DESCRIPTION
  1632.                         "MAC address of the unit."
  1633.         ::= {cmmStatus 14}
  1634.         
  1635.          cmmStatusGroup        OBJECT-GROUP
  1636.                 OBJECTS {
  1637.                            portIndex,
  1638.                 linkStatus,
  1639.                 linkSpeed,
  1640.                 duplexStatus,
  1641.                 powerStatus,
  1642.                 UplinkStatus,
  1643.                 deviceType,
  1644.                 pldVersion,
  1645.                 softwareVersion,
  1646.                 systemTime,
  1647.                 upTime,
  1648.                 satellitesVisible,
  1649.                 satellitesTracked,
  1650.                 latitude,
  1651.                 longitude,
  1652.                 height,
  1653.                 trackingMode,
  1654.                 syncStatus,
  1655.                 macAddress
  1656.                 }
  1657.                 STATUS          current
  1658.                 DESCRIPTION
  1659.                         "CMMIII configuration group."
  1660.         ::= {cmmGroups 3}
  1661.      
  1662. -- CMM III GPS status
  1663.  
  1664.     gpsTrackingMode        OBJECT-TYPE
  1665.                 SYNTAX          DisplayString
  1666.                 MAX-ACCESS      read-only
  1667.                 STATUS          current
  1668.                 DESCRIPTION
  1669.                         "CMM-III GPS tracking mode."
  1670.         ::= {cmmGps 1}
  1671.     
  1672.     gpsTime            OBJECT-TYPE
  1673.                 SYNTAX          DisplayString
  1674.                 MAX-ACCESS      read-only
  1675.                 STATUS          current
  1676.                 DESCRIPTION
  1677.                         "CMM-III GPS time."
  1678.         ::= {cmmGps 2}
  1679.     
  1680.     gpsDate            OBJECT-TYPE
  1681.                 SYNTAX          DisplayString
  1682.                 MAX-ACCESS      read-only
  1683.                 STATUS          current
  1684.                 DESCRIPTION
  1685.                         "CMM-III GPS date."
  1686.         ::= {cmmGps 3}
  1687.     
  1688.     gpsSatellitesVisible    OBJECT-TYPE
  1689.                 SYNTAX          DisplayString
  1690.                 MAX-ACCESS      read-only
  1691.                 STATUS          current
  1692.                 DESCRIPTION
  1693.                         "Number of satellites the GPS is supposed to see."
  1694.         ::= {cmmGps 4}
  1695.     
  1696.     gpsSatellitesTracked    OBJECT-TYPE
  1697.                 SYNTAX          DisplayString
  1698.                 MAX-ACCESS      read-only
  1699.                 STATUS          current
  1700.                 DESCRIPTION
  1701.                         "Current number of satellites GPS tracked."
  1702.         ::= {cmmGps 5}
  1703.     
  1704.     gpsHeight            OBJECT-TYPE
  1705.                 SYNTAX          DisplayString
  1706.                 MAX-ACCESS      read-only
  1707.                 STATUS          current
  1708.                 DESCRIPTION
  1709.                         "CMM height."
  1710.         ::= {cmmGps 6}        
  1711.     
  1712.     gpsAntennaConnection    OBJECT-TYPE
  1713.                 SYNTAX          DisplayString
  1714.                 MAX-ACCESS      read-only
  1715.                 STATUS          current
  1716.                 DESCRIPTION
  1717.                         "Antenna Connection status."
  1718.         ::= {cmmGps 7}
  1719.     
  1720.     gpsLatitude        OBJECT-TYPE
  1721.                 SYNTAX          DisplayString
  1722.                 MAX-ACCESS      read-only
  1723.                 STATUS          current
  1724.                 DESCRIPTION
  1725.                         "CMM Latitude."
  1726.         ::= {cmmGps 8}
  1727.     
  1728.     gpsLongitude        OBJECT-TYPE
  1729.                 SYNTAX          DisplayString
  1730.                 MAX-ACCESS      read-only
  1731.                 STATUS          current
  1732.                 DESCRIPTION
  1733.                         "CMM longitude."
  1734.         ::= {cmmGps 9}
  1735.     
  1736.     gpsInvalidMsg        OBJECT-TYPE
  1737.                 SYNTAX          DisplayString
  1738.                 MAX-ACCESS      read-only
  1739.                 STATUS          current
  1740.                 DESCRIPTION
  1741.                         "Number of invalid messages."
  1742.         ::= {cmmGps 10}
  1743.     
  1744.     gpsRestartCount        OBJECT-TYPE
  1745.                 SYNTAX          INTEGER
  1746.                 MAX-ACCESS      read-only
  1747.                 STATUS          current
  1748.                 DESCRIPTION
  1749.                         "Number of unit restart."
  1750.         ::= {cmmGps 11}
  1751.     
  1752.     gpsReceiverInfo        OBJECT-TYPE
  1753.                 SYNTAX          DisplayString
  1754.                 MAX-ACCESS      read-only
  1755.                 STATUS          current
  1756.                 DESCRIPTION
  1757.                         "A textual string contains information on GPS receiver."
  1758.         ::= {cmmGps 12}    
  1759.     cmmGPSGroup    OBJECT-GROUP
  1760.                 OBJECTS {    
  1761.                     gpsTrackingMode,
  1762.                     gpsTime,
  1763.                     gpsDate,
  1764.                     gpsSatellitesVisible,
  1765.                     gpsSatellitesTracked,
  1766.                     gpsHeight,
  1767.                     gpsAntennaConnection,
  1768.                     gpsLatitude,
  1769.                     gpsLongitude,
  1770.                     gpsInvalidMsg,
  1771.                     gpsRestartCount,
  1772.                     gpsReceiverInfo
  1773.                     }
  1774.                 STATUS          current
  1775.                 DESCRIPTION
  1776.                         "CMMIII GPS status group."
  1777.         ::= {cmmGroups 4}
  1778.  
  1779. -- CMM III event log
  1780.  
  1781.     eventLog        OBJECT-TYPE
  1782.                 SYNTAX          EventString
  1783.                 MAX-ACCESS      read-only
  1784.                 STATUS          current
  1785.                 DESCRIPTION
  1786.                         "CMM Event log."
  1787.         ::= {cmmEventLog 1}
  1788.         
  1789.         reboot            OBJECT-TYPE
  1790.                 SYNTAX              INTEGER{
  1791.                         reboot(1),
  1792.                         finishedReboot(0)
  1793.                         }
  1794.                 MAX-ACCESS          read-write
  1795.                 STATUS              current
  1796.                 DESCRIPTION
  1797.                         "Setting the variable to 1 will reboot the unit. When the
  1798.                         unit finishs rebooting, it will be in finishedReboot state." 
  1799.         ::= {cmmControls 1}
  1800.         
  1801.         clearEventLog        OBJECT-TYPE
  1802.                 SYNTAX              INTEGER{
  1803.                         clear(1),
  1804.                         notClear(0)
  1805.                         }
  1806.                 MAX-ACCESS          read-write
  1807.                 STATUS              current
  1808.                 DESCRIPTION
  1809.                         "Setting the variable to 1 will clear the event log." 
  1810.         ::= {cmmControls 2}
  1811.         
  1812. END
  1813.  
  1814.